tools: libxl: add libxl_domid to IDL
authorIan Campbell <ian.campbell@citrix.com>
Wed, 20 Apr 2011 16:13:07 +0000 (17:13 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 20 Apr 2011 16:13:07 +0000 (17:13 +0100)
commit7e68a38de41429c863576e941b21de7f026fb91b
treef6905a328979c64cef739d7ea28f3b6dd7ee0a0d
parent8b403a1dfdbd5bb06abbfca927097037a9ef8280
tools: libxl: add libxl_domid to IDL

Language bindings would like to strongly type the domid as a separate
type so make it a defined type.

This patch only impacts the datatypes and autogenerated destructors, I
didn't think the churn of switching the uint32_t's through the code
was worth it.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson.citrix.com>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
tools/libxl/libxl.h
tools/libxl/libxl.idl
tools/libxl/libxltypes.py
tools/python/xen/lowlevel/xl/xl.c